﻿@font-face {
font-family: 'Clear Sans';
src: url(../../../themes/signaline/fonts/ClearSans-Regular-webfont.eot);
src: url(../../../themes/signaline/fonts/ClearSans-Regular-webfont-1.eot) format( 'embedded-opentype' ),
url(../../../themes/signaline/fonts/ClearSans-Regular-webfont.woff) format( 'woff' ),
url(../../../themes/signaline/fonts/ClearSans-Regular-webfont.ttf) format( 'truetype' ),
url(../../../themes/signaline/fonts/ClearSans-Regular-webfont.svg) format( 'svg' );
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Clear Sans Bold';
src: url(../../../themes/signaline/fonts/ClearSans-Bold-webfont.eot);
src: url(../../../themes/signaline/fonts/ClearSans-Bold-webfont-1.eot) format( 'embedded-opentype' ),
url(../../../themes/signaline/fonts/ClearSans-Bold-webfont.woff) format( 'woff' ),
url(../../../themes/signaline/fonts/ClearSans-Bold-webfont.ttf) format( 'truetype' ),
url(../../../themes/signaline/fonts/ClearSans-Bold-webfont.svg) format( 'svg' );
font-weight: normal;
font-style: normal;
} body {
background-color: rgb( 242, 246, 250 );
font-family: 'Clear Sans', Helvetica, Arial, sans-serif;
font-size: 15px;
font-weight: normal;
color: rgb( 22, 87, 131 );
line-height: 1.5;
transition: all 200ms;
}
.inner {
margin: 0 auto;
padding: 1.25rem;
position: relative;
overflow: hidden;
}
#main {
background: rgb( 253, 254, 255 ); overflow: hidden;
}
.print-only {
display: none;
} .cookie-message {
background: #e5eef6;
font-size: 80%;
text-align: center;
padding: 0.3em;
} a {
display: inline-block;
color: rgb( 56, 146, 208 );
text-decoration: none;
line-height: 1.1;
border-bottom: 1px solid rgba( 56, 146, 208, 0.2 );
transition: opacity .15s ease-in, border-color .15s ease-in;
}
a:hover {
color: rgb( 101, 179, 232 );
border-bottom: 1px solid;
transition: opacity .15s ease-in, border-color .15s ease-in;
}
a:active {
opacity: 0.4;
border-bottom: 1px solid;
transition: opacity .15s ease-in, border-color .15s ease-in;
}
a.image-link,
a.image-link:hover,
a.image-link:active {
border-bottom: 0;
}
a.button,
button {
display: inline-block;
background-color: white;
transition: background-color 500ms;
border: 2px solid rgba( 56, 146, 208, 0.4 );
border-radius: 0.8em;
padding: 0.4em 1em;
line-height: normal;
}
a.button:hover,
button:hover {
background-color: rgba( 101, 179, 232, 0.2 );
border-color: rgb( 101, 179, 232 );
transition: background-color 200ms;
}
a.button:active,
button:active {
background-color: rgb( 56, 146, 208 );
color: white;
}
a.key-button,
button.key-button,
input[type="submit"] {
display: inline-block;
background-color: rgb( 56, 146, 208 );
transition: background-color 500ms;
color: white;
border: 2px solid white;
border-radius: 0.8em;
padding: 0.4em 1em;
line-height: normal;
}
input[type="submit"] {
padding: 0.6em 1em;
}
a.key-button:hover,
input[type="submit"]:hover {
background-color: rgb( 101, 179, 232 );
transition: background-color 500ms;
}
a.key-button:active,
input[type="submit"]:active {
background-color: rgb( 56, 146, 208 );
transition: background-color 500ms;
}
a.twitter-link::before {
content: "\f301";
font-family: 'dashicons';
margin-right: 5px;
position: relative;
top: 5px;
}
a.facebook-link::before {
content: "\f304";
font-family: 'dashicons';
margin-right: 5px;
position: relative;
top: 5px;
}
a.document-link::before {
content: "\f123";
font-family: 'dashicons';
line-height: 1;
font-size: 110%;
margin-right: 8px;
position: relative;
top: 3px;
}  a[target="_blank"]:not(.image-link):not(.twitter-link):not(.facebook-link):not(.document-link)::after {
content: "\f504";
font: normal 0.8em/1 'dashicons';
position: relative;
top: 2px;
opacity: 0.7;
margin-left: 0.2em;
} h1,
h2,
h3,
h4,
h5,
h6 {
font-family: 'Clear Sans Bold', Helvetica, Arial, sans-serif;
font-weight: normal;
clear: none;
margin: 0.2em 0 0.8em;
line-height: 1.2;
}
h1 {
font-size: 1.5em;
}
h2 {
font-size: 1.3em;
}
h3 {
font-size: 1.1em;
}
h4 {
font-size: 1em;
}
h5 {
font-size: 0.9em;
}
h6 {
font-size: 0.8em;
} ::selection {
background: rgb( 184, 90, 23 );
color: #fff;
text-shadow: none;
}
::-moz-selection {
background: rgb( 184, 90, 23 );
color: #fff;
text-shadow: none;
} .success,
.warning,
.tip {
display: inline-block;
}
.success {
position: relative;
background: rgb( 147, 188, 0 ) !important;
color: white !important;
padding: 0.3em 1em 0.3em 1.8em;
margin-bottom: 0.4em;
border-radius: 0.2em;
}
.success::before {
content: '\f147';
font-family: 'dashicons';
position: absolute;
top: 0.3em;
left: 0.5em;
}
.warning,
.validation_error {
position: relative;
background: rgb( 158, 8, 0 ) !important;
color: white !important;
padding: 0.3em 1em 0.3em 1.8em;
margin-bottom: 0.4em;
border-radius: 0.2em;
}
.warning::before,
.validation_error::before {
content: '\f534';
font-family: 'dashicons';
position: absolute;
top: 0.3em;
left: 0.5em;
}
.tip {
position: relative;
background: rgba( 184, 90, 23, 0.2 ) !important;
padding: 0.3em 1em 0.3em 1.8em;
margin-bottom: 0.4em;
border-radius: 0.2em;
}
.tip::before {
content: '\f348';
font-family: 'dashicons';
position: absolute;
top: 0.3em;
left: 0.5em;
}
.success a,
.warning a {
color: white !important;
border-color: white !important;
}
.clear {
clear: both;
} strong {
font-family: 'Clear Sans Bold', Helvetica, Arial, sans-serif;
font-weight: 700;
}
.meta {
color: #aaa;
font-size: 80%;
margin: 0.2em 0;
}
.light {
opacity: 0.5;
}
.smaller {
font-size: 85%;
}
.intro {
font-size: 120%;
}
.intro .key-button {
display: block;
margin-bottom: 0.4em;
}
p:last-child {
margin-bottom: 0;
}
.alignleft,
.alignright,
.alignnone {
display: block;
float: none;
margin-left: 0;
margin-right: 0;
max-width: 100%;
height: auto;
} .newsflash {
background: rgb( 240, 220, 204 );
text-align: center;
}
.newsflash .box-link.box-news {
text-align: center;
}
.newsflash .box-news:last-child {
margin-right: 0;
} blockquote {
color: rgb( 184, 90, 23 );
padding: 0.2em 1em;
margin: 0 0 1em 0;
box-sizing: border-box;
font-style: normal;
}
blockquote::before {
content: '\201C'; font-size: 550%;
font-weight: bold;
opacity: 0.5;
line-height: 0;
position: relative;
top: 0.4em;
} hr {
clear: both;
width: 100%;
margin: 2em 0;
padding: 0;
background: none;
border: 0;
border-bottom: 1px solid #ddd;
} article {
margin-bottom: 30px;
}
article:last-child {
margin-bottom: 0;
}
.video-container {
margin-bottom: 1em;
} table {
border: 0;
width: auto;
table-layout: fixed;
max-width: 100%;
}
td {
background: #f9f9f9;
padding: 6px 10px;
border: 0;
border-bottom: 1px solid #ccc;
max-width: 33%;
}
tr.headings td {
background: #eee;
font-family: 'Clear Sans Bold', Helvetica, Arial, sans-serif;
font-weight: normal;
} header {
width: 100%;
transition: max-width 500ms;
padding: 0;
position: relative;
}
header .inner {
padding-top: 0.5rem;
padding-bottom: 0.5rem;
}
#site-logo {
display: inline-block;
vertical-align: baseline;
width: 30vw;
max-width: 400px;
height: auto;
margin-right: 8px;
}
#site-title {
display: inline-block;
vertical-align: middle;
width: 65%;
margin: 0.25rem auto;
line-height: 0.9;
font-size: 1em;
transition: all 200ms;
}
#site-title a {
border: 0;
color: black;
}
#site-title span {
display: block;
}
#site-title span:last-child {
font-size: 0.8rem;
font-weight: normal;
margin-top: 0.3rem;
}
.contact-details {
margin-top: 0.5em;
}
.contact-details div {
line-height: 1.2;
display: inline-block;
vertical-align: bottom;
margin-right: 1em;
font-size: 90%;
}
.contact-details a {
float: right;
} .icon-button {
display: inline-block;
width: 1.8rem;
height: 1.6rem;
transition: all 200ms;
} #top-menu {
position: relative;
background: rgb( 253, 254, 255 ); border-top: 1px solid rgba( 56, 146, 208, 0.5 );
border-bottom: 1px solid rgba( 56, 146, 208, 0.5 );
}
#top-menu .inner {
padding: 0.4rem 0.25rem;
}
#top-menu .all-but-search-box {
display: flex;
align-items: top;
transition: all 200ms;
}
#top-menu .menu {
flex-grow: 1;
transition: all 200ms;
}
#top-menu .all-but-search-box > a {
min-width: 2.4rem;
max-width: 2.4rem;
flex-grow: 1;
margin-left: 0.5rem;
transition: all 200ms;
}
#top-menu .icon-button {
display: block;
width: 1.6rem;
height: 2.4rem;
background-size: 1.4rem;
background-position: center center;
background-repeat: no-repeat;
border: none;
border-radius: 0.5rem;
transition: all 200ms;
}
#top-menu .icon-button:hover {
background-color: rgba( 255, 255, 255, 0.2 );
border: none;
}
.home-button {
background-image: url(../../../themes/signaline/images/icon-home.svg);
}
.menu-button {
text-align: center;
}
.menu-button::after {
content: '\f333';
font-family: 'dashicons';
font-size: 24px;
position: relative;
top: 4px;
}
.menu-button.open {
background-image: url(../../../themes/signaline/images/chevron-up.svg);
transition: background-image 200ms;
}
.search-button {
text-align: center;
}
.search-button::after {
content: '\f179';
font-family: 'dashicons';
font-size: 24px;
position: relative;
top: 4px;
}
#top-menu ul {
max-width: 100%;
list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden;
}
#top-menu li {
display: block;
width: 100%;
padding: 0;
}
#top-menu div > ul > li:not(.current_page_item):not(.current_page_ancestor) {
display: none;
}
.home #top-menu div > ul > li:first-child {
display: inherit;
}
#top-menu ul a {
display: block;
box-sizing: border-box;
padding: 0.5rem 1rem;
border: 0;
opacity: 1;
line-height: 1.4;
height: 100%;
border-radius: 0.5rem;
}
#top-menu ul a:hover {
background: rgba( 255, 255, 255, 0.3 );
transition: background 200ms;
}
#top-menu ul a.selected {
background: rgba( 255, 255, 255, 0.2 );
transition: background 200ms;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
#top-menu ul li.page_item_has_children > a::after {
content: "\f347";
font-family: 'dashicons';
font-size: 90%;
opacity: 0.5;
position: relative;
top: 3px;
margin-left: 0.5em;
line-height: 0.5;
transition: all 200ms;
}
#top-menu ul li.page_item_has_children > a.selected::after {
content: "\f343";
transition: all 200ms;
}
#top-menu ul ul li.page_item_has_children > a::after {
content: '';
}
#top-menu ul ul {
display: none;
}
#top-menu ul ul.open {
display: block;
background: rgba( 255, 255, 255, 0.1 );
border-bottom-left-radius: 0.4rem;
border-bottom-right-radius: 0.4rem;
margin-bottom: 1rem;
}
#top-menu ul ul a {
border-radius: 0;
font-size: 85%;
padding: 0.3rem 1rem;
} .search-form {
margin: 0.5rem 1rem;
overflow: hidden;
}
.search-form.hidden {
display: none;
}
.search-form #s {
width: calc( 100% - 6em );
box-sizing: border-box;
}
.search-form .submit-button {
width: 5em;
border: none;
background: rgb( 56, 146, 208 );
color: white;
float: right;
padding: 0.58em 1em;
border-radius: 0.4em;
box-sizing: border-box;
} .breadcrumbs ul {
margin: 0;
padding: 0;
}
.breadcrumbs li {
list-style-type: none;
display: inline-block;
padding: 0;
}
.breadcrumbs li a {
padding: 0;
font-size: 90%;
}
.breadcrumbs li a:not(:first-child) {
margin-left: 0.7em;
}
.breadcrumbs li::after {
content: '>';
color: rgba( 56, 146, 208, 0.4 );
font-size: 80%;
margin-left: 0.5em;
margin-right: 0.5em;
} .size-featured-image {
height: 30vw;
max-height: 360px;
width: auto;
} .featured-images-container {
position: relative;
width: 100%;
overflow: hidden;
text-align: center;
}
.featured-images { margin-left: 50%;
transform: translateX(-50%);
width: 9999px; text-align: center;
}
.featured-images img {
position: relative;
} .content .size-featured-image {
width: 100%;
height: auto;
max-height: none;
margin-bottom: 1.5rem;
} .banner {
position: relative;
overflow: hidden;
width: 100%;
box-sizing: border-box;
margin: 0 0 2em;
background-color: rgb( 255, 192, 0 );
background-position: right center;
background-repeat: no-repeat;
background-size: 40% auto;
border-radius: 0.5em;
padding: 1.2em 40% 1.2em 1.4em;
color: black;
font-size: 85%;
transition: all 200ms;
}
.banner:hover {
box-shadow: inset 0 0 0 6px rgba( 255, 255, 255, 0.5 );
}
.banner .flash {
display: inline-block;
margin-bottom: 0.5em;
background: white;
text-transform: uppercase;
font-family: 'Clear Sans Bold', Helvetica, Arial, sans-serif;
padding: 0.4em 0.8em;
color: #d45800;
}
.banner h2 {
margin: 0.4em 0;
}
.banner a {
color: inherit;
border: none;
}
.banner a:hover {
border: none;
} .section-boxes {
clear: both;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.section-box {
position: relative;
overflow: hidden;
width: 100%;
box-sizing: border-box;
margin: 0 0 2em;
background-color: rgb( 88, 89, 91 );
background-position: right center;
background-repeat: no-repeat;
background-size: 40% auto;
border-radius: 0.5em;
padding: 1.2em 1.4em;
color: white;
font-size: 85%;
transition: all 200ms;
}
.section-box img {
max-width: 60%;
height: auto;
}
.section-box:hover {
box-shadow: inset 0 0 0 6px rgba( 255, 255, 255, 0.5 );
}
.section-box h2 {
font-size: 185%;
line-height: 1;
margin-top: 0;
padding-right: 2em;
}
.section-box h2 a {
color: white;
border: 0;
}
.section-box.new-flash::after {
content: 'New';
display: block;
position: absolute;
top: -1em;
right: -3em;
background: rgb( 255, 192, 0 );
color: black;
padding: 2em 3em 0.5em;
text-transform: uppercase;
font-size: 140%;
font-weight: bold;
transform: rotate( 45deg );
border-bottom: 3px solid white;
} .widgets {
clear: both;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.widget {
background: rgba( 56, 146, 208, 0.2 );
border-radius: 0.5rem;
width: 100%;
box-sizing: border-box;
padding: 1em 1.2em;
margin-bottom: 4%;
transition: all 200ms;
}
.widget h2 {
margin-top: 0;
}
.widget h3 a {
display: inline;
line-height: 1.4;
}
.widget p {
font-size: 80%;
} .parent-link {
display: inline-block;
font-size: 90%;
margin: 0 0 1em;
border: 1px solid transparent;
}
.parent-link::before {
content: '\f340';
font-family: 'dashicons';
font-size: 90%;
position: relative;
top: 2px;
left: -2px;
margin-right: 0.2em;
} .container {
display: flex;
align-items: flex-start;
} .content article > p:first-of-type {
font-family: 'Clear Sans Bold', Helvetica, Arial, sans-serif;
font-weight: 700;
}
.page-title {
padding-bottom: 0.8em;
margin: 0.8em auto;
border-bottom: 1px solid rgba( 22, 87, 131, 0.2 );
}
.page-title h1 {
margin: 0;
}
.page-icon {
background: rgb( 184, 90, 23 );
border-radius: 0.2em;
width: 0.8em;
height: 0.8em;
padding: 0.3em;
margin-right: 0.3em;
margin-top: -0.1em;
}
.content {
margin: 1em auto;
} .product-teaser {
display: inline-block;
vertical-align: top;
width: 46%;
margin: 0 2% 10px 0;
padding: 1%;
text-align: center;
border-radius: 0.5em;
transition: all 200ms;
}
.product-teaser:hover {
background: #e5eef6;
cursor: pointer;
}
.product-teaser a {
display: inline;
}
.product-teaser .product-featured-image {
box-sizing: border-box;
width: 95%;
height: auto;
padding: 8px;
background: white;
margin-bottom: 0.5em;
border-radius: 0.3em;
}
.product-key-info {
display: block;
margin-top: 0.5em;
font-size: 80%;
line-height: 1.2;
} .single-product .product > .product-featured-image {
float: right;
margin-left: 20px;
}
.made-in {
display: inline-block;
width: 140px;
line-height: 1.2;
}
.made-in img {
float: left;
width: 48px;
height: 48px;
margin-right: 12px;
}
.colour-icon {
width: 24px;
height: 24px;
display: inline-block;
position: relative;
top: -2px;
} .circle-icon {
display: inline-block;
line-height: 52px;
font-size: 21px;
margin-right: 16px;
border: 0;
}
.circle-icon::before {
float: left;
color: white;
padding: 10px 8px 10px 10px;
width: 28px;
height: 28px;
-webkit-font-smoothing: antialiased;
font: normal 28px/1 'dashicons';
vertical-align: top;
background: #3579B8;
border-radius: 50%;
margin-right: 12px;
}
.circle-icon:hover {
border: 0;
}
.circle-icon:hover::before {
background: #5b9ddb;
}
.circle-icon::after {
content: "\f345";
font: normal 18px/1 'dashicons';
margin-left: 8px;
position: relative;
top: 2px;
opacity: 0.7;
}
.quotation-icon::before {
content: '£';
font-family: 'Clear Sans', Helvetica, Arial, sans-serif;
font-weight: bold;
text-align: center;
line-height: 0.9;
padding-right: 10px;
}
.document-icon::before {
content: "\f498";
}
.tech-icon::before {
content: "\f107";
}
.quotation-icon {
position: relative;
}
.quotation-icon span {
position: absolute;
font-size: 12px;
} .content img.approval-image {
width: auto;
height: 80px;
} ul, ol {
margin-left: 1.3em;
}
li {
padding-left: 0.3em;
} .content img {
border-radius: 0.5em;
margin-bottom: 1.5em;
max-width: 100%;
height: auto;
}
.content img.size-large {
width: 733px;
height: auto;
}
.content .wp-caption.alignright img.size-medium,
.content .wp-caption.alignleft img.size-medium {
max-width: 100%;
}
.content .wp-caption img {
margin-bottom: 1em;
}
.wp-caption,
.gallery .gallery-caption {
color: #999;
font-size: 90%;
} .justified-gallery {
margin: -10px; }
.justified-gallery img {
border-radius: 0.5em;
}
.dgwt-jg-caption {
background: rgba( 0, 0, 0, 0.3 ) !important;
border-radius: 0.5em;
}
.dgwt-jg-caption span {
letter-spacing: 0 !important;
font-size: 140% !important;
text-shadow: 0 0 10px black;
} .whole-clickable:hover {
cursor: pointer;
} .box-link-container {
clear: both;
}
.box-link-container.search-results {
margin-top: 1.5em;
text-align: left;
}
.box-link {
display: inline-block;
vertical-align: top;
width: 46%;
text-align: center;
margin: 0 0 1em;
overflow: hidden;
transition: all 200ms;
}
.box-link img {
display: inline-block;
background: rgb( 56, 146, 208 );
border-radius: 15%;
padding: 15%;
margin: 0 5% 0.5em;
width: 60%;
max-width: 100px;
height: auto;
transition: all 200ms;
transition: background 1000ms;
}
.box-link img:hover {
background: rgb( 101, 179, 232 );
transition: all 200ms;
}
.box-link h3 {
margin-top: 0;
margin-bottom: 0.1em;
}
.box-link a {
display: inline-block;
border: 0;
} .box-news-container {
text-align: left;
}
.box-link.box-news {
width: 100%;
margin-right: 2%;
text-align: left;
}
.box-news-image {
width: 100%;
height: 40vw;
margin-bottom: 0.5em;
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
border-radius: 0.2em;
}
.box-link.box-news img {
width: 100%;
background: none;
padding: 0;
margin: 0;
margin-bottom: 0.5em;
border-radius: 0.2em;
}
.box-link.box-news img:hover {
width: 100%;
background: none;
padding: 0;
border-radius: 0.2em;
}
.box-news p {
font-size: 80%;
margin-bottom: 0;
}
.related-pages {
margin-top: 2em;
} .flex-spacer {
height: 0 !important;
margin: 0 !important;
padding: 0 !important;
border: 0 !important;
} label {
display: block;
font-weight: bold;
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="password"],
textarea {
font-family: inherit;
font-size: inherit;
color: rgb( 53, 53, 53 );
padding: 0.4em 0.8em;
margin-bottom: 0.2em;
background-color: white;
border: 2px solid rgba( 56, 146, 208, 0.4 );
border-radius: 0.5em;
outline: none;
width: 100%;
box-sizing: border-box;
}
textarea.small {
height: 5em;
}
select {
font-family: inherit;
font-size: inherit;
color: rgb( 53, 53, 53 );
padding: 0.25em 2em 0.25em 0.5em;
margin-bottom: 0.2em;
border: 2px solid rgba( 56, 146, 208, 0.4 );
border-radius: 0.5em;
-webkit-appearance: none;
background: white url(../../../themes/signaline/images/select-chevron.png) center right no-repeat;
background-size: 40px 7px;
outline: none;
width: 100%;
box-sizing: border-box;
}
input[type="text"]:hover,
input[type="email"]:hover,
input[type="tel"]:hover,
input[type="number"]:hover,
input[type="password"]:hover,
select:hover {
background-color: rgb( 240, 220, 204 );
border: 2px solid rgba( 56, 146, 208, 0.6 );
transition: all 200ms;
}
select:hover {
cursor: pointer;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
select:focus {
background-color: white;
border: 2px solid rgb( 56, 146, 208 );
transition: all 200ms;
} input[type="checkbox"]:not(:checked),
input[type="checkbox"]:checked,
input[type="radio"]:not(:checked),
input[type="radio"]:checked {
position: absolute;
left: -9999px;
}
input[type="checkbox"]:not(:checked) + label,
input[type="checkbox"]:checked + label,
input[type="radio"]:not(:checked) + label,
input[type="radio"]:checked + label {
position: relative;
padding-left: 2.2em !important;
margin-left: 0 !important;
font-weight: normal;
}
input[type="checkbox"]:not(:checked) + label::before,
input[type="checkbox"]:checked + label::before,
input[type="radio"]:not(:checked) + label::before,
input[type="radio"]:checked + label::before {
content: '';
position: absolute;
margin-top: auto;
margin-bottom: auto;
left: 0;
width: 1.3em;
height: 1.3em;
background-color: white;
border: 2px solid rgba( 56, 146, 208, 0.4 );
border-radius: 3px;
}
input:disabled + label::before {
display: none;
}
input[type="radio"]:not(:checked) + label::before,
input[type="radio"]:checked + label::before {
border-radius: 50%;
}
input[type="checkbox"]:not(:checked) + label::after,
input[type="checkbox"]:checked + label::after {
content: '✔';
position: absolute;
top: 0.1em;
left: 0.1em;
width: 1.3em;
height: 1.3em;
text-align: center;
font-size: 100%;
color: rgb( 56, 146, 208 );
transition: all .2s;
}
input[type="radio"]:not(:checked) + label::after,
input[type="radio"]:checked + label::after {
content: '';
position: absolute;
top: 0.38em;
left: 0.42em;
width: 0.7em;
height: 0.7em;
background: rgb( 56, 146, 208 );
border-radius: 50%;
transition: all .2s;
} input[type="checkbox"]:not(:checked) + label::after,
input[type="radio"]:not(:checked) + label::after {
opacity: 0;
transform: scale(0);
}
input[type="checkbox"]:checked + label::after,
input[type="radio"]:checked + label::after {
opacity: 1;
transform: scale(1);
} input:not(:disabled) + label:hover::before {
border: 2px solid rgb( 56, 146, 208 ) !important;
cursor: pointer;
} .gform_body {
margin-top: 1em;
}
ul.gform_fields {
margin-left: 0;
margin-bottom: 2em;
}
li.gfield {
list-style-type: none;
margin-left: 0;
margin-bottom: 1em;
padding-left: 0;
}
ul.gfield_radio,
ul.gfield_checkbox {
margin-left: 0;
}
ul.gfield_radio li,
ul.gfield_checkbox li {
list-style-type: none;
margin-left: 0;
margin-bottom: 0.2em;
padding-left: 0;
}
.ginput_complex label {
font-size: 80%;
font-weight: normal;
color: rgb( 187, 179, 185 );
margin: 0.1em 0.5em;
}
.gfield_error .ginput_complex label {
color: rgba( 255, 255, 255, 0.5 );
}
.gfield_description {
font-size: 90%;
color: rgb( 185, 185, 185 );
margin: 0.2em 0;
}
.gf_left_half {
display: inline-block;
width: 49%;
margin-right: 2%;
}
.gf_right_half {
display: inline-block;
width: 49%;
}
.name_prefix {
display: inline-block;
width: 13%;
margin-right: 2%;
}
.name_first {
display: inline-block;
width: 39%;
margin-right: 2%;
}
.name_last {
display: inline-block;
width: 39%;
margin-right: 2%;
}
.address_city {
display: inline-block;
width: 49%;
margin-right: 2%;
}
.address_zip {
display: inline-block;
width: 49%;
}
.gform_validation_container {
display: none !important;
}
.gform_wrapper h2.gsection_title {
margin-top: 2em;
padding-bottom: 0.3em;
border-bottom-width: 2px;
border-bottom-style: solid;
}
li.gfield.gfield_error {
background: rgb( 158, 8, 0 );
border-radius: 0.2em;
padding: 0.2em;
}
.gfield_error .validation_message {
color: white;
}
.gfield_visibility_hidden {
display: none !important;
}
a.gform_anchor {
display: none;
} .ui-datepicker {
background: white;
border: 2px solid rgba( 184, 90, 23, 0.4 );
border-radius: 0.5em;
text-align: center;
}
.ui-datepicker-calendar {
margin-bottom: 0;
border: 0;
}
.ui-datepicker tr:last-child td:first-child {
border-bottom-left-radius: 0.4em;
}
.ui-datepicker tr:last-child td:last-child {
border-bottom-right-radius: 0.4em;
}
.ui-datepicker th {
text-align: center;
}
.ui-datepicker td {
padding: 0;
width: 2em;
}
.ui-datepicker td a {
display: block;
padding: 0.1em 0.3em;
text-decoration: none;
text-align: center;
border: 0;
}
.ui-datepicker td a.ui-state-active {
background: rgb( 56, 146, 208 );
color: white;
}
.ui-datepicker td a:hover {
background: rgba( 184, 90, 23, 0.5 );
color: white;
}
.ui-datepicker-prev {
float: left;
padding: 0.2em 0.3em;
margin: 0.1em;
border: 0;
border-radius: 0.4em;
}
.ui-datepicker-prev:hover {
cursor: pointer;
background: rgba( 193, 51, 129, 0.3 );
border: 0;
}
.ui-datepicker-prev::before {
content: '\f340';
font-family: 'dashicons';
}
.ui-datepicker-next {
float: right;
padding: 0.2em 0.3em;
margin: 0.1em;
border: 0;
border-radius: 0.4em;
}
.ui-datepicker-next:hover {
cursor: pointer;
background: rgba( 193, 51, 129, 0.3 );
border: 0;
}
.ui-datepicker-next::after {
content: '\f344';
font-family: 'dashicons';
}
.ui-datepicker-prev span,
.ui-datepicker-next span {
display: none;
}
.ui-datepicker-title {
padding: 0.1em;
}
.ui-datepicker select {
width: auto;
border: 0;
padding-left: 0.5em;
} .donate-amount li,
.message-for li {
display: inline-block;
vertical-align: middle;
width: 30%;
margin: 0 3% 1% 0;
}
.message-for li {
width: 47%;
margin: 0 3% 1% 0;
}
.message-for li:first-child {
width: 97%;
} #google-map {
height: 30vw;
background-size: cover;
background-position: center center;
position: relative;
border-radius: 0.2rem;
} .location,
.phone,
.email {
display: block;
position: relative;
padding-left: 1.6em;
}
.location::before,
.phone::before,
.email::before {
content: '';
display: block;
position: absolute;
top: 0.1em;
left: 0;
vertical-align: middle;
height: 1.2em;
width: 1.2em;
background-size: contain;
background-position: center center;
background-repeat: no-repeat;
}
.location::before {
background-image: url(//signaline.com/wp-content/themes/signaline/images/icon-map-pin-hand-drawn.svg);
}
.phone::before {
background-image: url(//signaline.com/wp-content/themes/signaline/images/icon-phone-hand-drawn.svg);
}
.email::before {
background-image: url(//signaline.com/wp-content/themes/signaline/images/icon-envelope-hand-drawn.svg);
} footer {
position: relative;
color: white;
border-top: 1px solid rgba( 56, 146, 208, 0.5 );
text-align: center;
}
footer p {
clear: both;
overflow: hidden;
text-align: center;
padding: 0;
color: rgb( 130, 134, 140 );
font-size: 0.9rem;
}  @media screen and (min-width: 450px) {
.inner {
width: 100%;
box-sizing: border-box;
transition: width 500ms;
}
#top-contacts a:not(.button) {
display: none;
}
.parent-link {
font-size: 18px;
padding: 0.2em 0;
bottom: 70px;
}
.content p img.size-medium,
.content .wp-caption.alignright,
.content .wp-caption.alignleft {
max-width: 100%;
}
.gallery .gallery-item {
width: 100% !important;
}
} @media screen and (min-width: 540px) {
header .inner {
padding-top: 1rem;
padding-bottom: 1rem;
transition: all 200ms;
}
.section-box {
background-size: auto 50%;
padding-right: 25%;
}
.contact-details {
position: absolute;
bottom: 1rem;
right: 1rem;
top: auto;
box-sizing: border-box;
text-align: right;
}
.contact-details a {
float: none;
display: inline-block;
vertical-align: bottom;
}
.intro .key-button {
display: inline-block;
margin-bottom: 0.4em;
}
.content .size-featured-image {
width: auto;
max-width: 60%;
height: auto;
max-height: 28vw;
float: right;
margin-left: 1.5rem;
}
.alignleft {
float: left;
margin-right: 2em;
margin-bottom: 1em;
}
.alignright {
float: right;
margin-left: 2em;
margin-bottom: 1em;
}
.aligncenter {
display: block;
margin: 0 auto;
float: none;
margin-bottom: 2em;
}
.product-teaser {
width: 29%;
transition: all 200ms;
}
.widget {
width: 48%;
transition: all 200ms;
}
.message-for li:first-child {
width: 48%;
}
.box-link {
width: 29%; transition: all 200ms;
}
.box-link.box-news {
width: 46%; }
.box-link img {
width: 100px;
padding: 20px;
border-radius: 20px;
transition: all 200ms;
}
.box-link.box-news img {
width: 100%;
padding: 0;
border-radius: 0.2em;
}
.box-news-image {
height: 24vw;
transition: all 200ms;
}
} @media screen and (min-width: 768px) {
body {
font-size: 17px;
transition: all 200ms;
}
#site-title {
width: 50%;
transition: all 200ms;
}
.section-box {
background-position: right center;
transition: all 200ms;
}
.banner {
background-size: auto 90%;
padding-right: 50%;
}
#top-menu ul {
display: table;
}
#top-menu div > ul > li:not(.current_page_item):not(.current_page_ancestor) {
display: table-cell !important;
vertical-align: top;
width: auto;
}
#top-menu ul ul.open {
margin-bottom: 0;
}
#top-menu ul ul li {
display: block;
}
#top-menu ul a {
padding: 0.5rem 0.6rem;
font-size: 90%;
}
#top-menu .icon-button.menu-button {
display: none;
}
.footer-menu > ul {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
transition: all 200ms;
}
.footer-menu > ul > li {
width: 16%;
transition: all 200ms;
}
#footer-contact-details {
clear: none;
float: left;
text-align: left;
width: 48%;
}
#copyright-etc {
clear: none;
float: right;
text-align: right;
width: 48%;
}
} @media screen and (min-width: 900px) {
header .inner {
padding-top: 1.5rem;
padding-bottom: 1.5rem;
}
.two-col:first-of-type {
float: left;
width: 48%;
}
.two-col:last-of-type {
float: right;
width: 48%;
}
#site-title span:first-child {
font-size: 2rem;
transition: all 200ms;
}
#site-title span:last-child {
font-size: 1.4rem;
transition: all 200ms;
}
.contact-details {
bottom: 1.5rem;
right: 1.5rem;
transition: all 200ms;
}
#top-menu ul a {
font-size: 100%;
}
.widget {
width: 31%;
transition: all 200ms;
}
.box-link {
width: 21%; transition: all 200ms;
}
.box-link.box-news {
width: 31%; }
.box-news-image {
height: 17vw;
transition: all 200ms;
}
.product-teaser {
width: 21%;
transition: all 200ms;
}
.footer-section {
width: 48%;
}
.content {
width: 100%;
float: none;
}
#google-map {
float: right;
width: 48vw;
height: 24vw;
margin-left: 2vw;
transition: all 200ms;
}
} @media screen and (min-width: 1260px) {
body {
font-size: 20px;
transition: all 200ms;
}
header .inner {
background-size: 200px;
transition: all 200ms;
}
#site-title {
width: 70%;
transition: all 200ms;
}
.section-box {
background-size: auto 80%;
}
.banner {
padding-right: 30%;
}
#top-menu ul {
margin-top: 0.15em;
}
#top-menu ul a {
padding: 0.5rem 1rem;
}
#top-menu .icon-button {
height: 3rem;
font-size: 34px;
}
.message-for li {
width: 12%;
margin: 0 2% 1% 0;
}
.message-for li:first-child {
width: 28%;
}
.box-link {
width: 16%; transition: all 200ms;
}
.box-link.box-news {
width: 22.5%; }
.box-news-image {
height: 13vw;
transition: all 200ms;
}
} @media screen and (min-width: 1440px) {
#site-title {
width: 75%;
transition: all 200ms;
}
.inner {
width: 1360px;
transition: width 500ms;
}
.content .size-featured-image {
max-height: 450px;
}
.gallery .gallery-item {
width: 32% !important;
}
.box-news-image {
height: 200px;
transition: all 200ms;
}
#google-map {
float: right;
width: 48rem;
height: 20rem;
margin-left: 2rem;
transition: all 200ms;
}
} @page {
size: A4 portrait;  
margin: 17mm;
}
@media print {
#top-contact-and-search,
nav,
.page-header .contact-details,
.parent-link-container,
#related-pages,
#contact-pdf-print,
.image-counter,
footer {
display: none;
}
body,
.full-blue,
.light-blue,
.lighter-blue,
.lightest-blue,
header,
#main,
.home-page-section,
.item-box-container,
.home .inner p {
display: block;
background: white;
color: black;
font-size: 14pt;
overflow: visible;
width: 263mm;
}
#site-logo a {
padding: 0 0 5mm;
}
.inner,
header .inner,
.page-header .inner,
.home .inner {
margin: 0;
padding: 0;
}
.home-page-section {
padding: 0.3em 0;
}
.print-only {
display: block;
}
.page-title {
color: black;
padding: 0;
margin: 0.4em 0;
}
.content {
padding: 5mm 0;
margin: 0;
width: 263mm;
}
a {
border: 0;
color: black;
}
td {
background: none;
border-color: #ccc;
}
a[target="_blank"]:not(.image-link):not(.twitter-link):not(.document-link):not(.circle-icon):before {
content: '';
}
}